Programming Languages
mobi |eng | 1999-08-05 | Author:Kyle Loudon
/***************************************************************************** * * * ------------------------------- dfs_main ------------------------------- * * * *****************************************************************************/ static int dfs_main(Graph *graph, AdjList *adjlist, List *ordered) { AdjList *clr_adjlist; DfsVertex *clr_vertex, *adj_vertex; ListElmt *member; /***************************************************************************** * * ...
( Category:
Intelligence & Semantics
March 25,2014 )
mobi |eng | 2011-12-03 | Author:Harold Abelson; Gerald Jay Sussman; Julie Sussman
(define ones (cons-stream 1 ones)) This works much like the definition of a recursive procedure: ones is a pair whose car is 1 and whose cdr is a promise to ...
( Category:
Software Development
March 25,2014 )
mobi |eng | 2003-01-02 | Author:Matt Neuburg
Name ≥ Synopsis greater than or equal to greater than or equal to Syntax operand1 ≥ operand2 Description Yields true if the first operand is greater than or equal to ...
( Category:
Macs
March 25,2014 )
mobi, epub |eng | 2013-01-16 | Author:Daniel Greenfeld & Audrey Roy
* * * A better way of writing the above snippet is to use indentation and one operation per line to create a readable, maintainable template: * * * Example ...
( Category:
Python
March 25,2014 )
epub, mobi, pdf |eng | 2008-12-16 | Author:Peter Prinz & Tony Crawford [Peter Prinz and Tony Crawford]
See Also fegetenv(), fesetenv(), feupdateenv(), feclearexcept(), feraisexcept(), fegetexceptflag(), fesetexceptflag(), fetestexcept() Name feof Synopsis Tests whether the file position is at the end #include <stdio.h> intfeof( FILE *fp ); The feof() ...
( Category:
Software Development
March 25,2014 )
epub |eng | 2011-03-24 | Author:Brian Overland
Introducing the Fraction Class One of the best ways to think about object orientation is to consider it a way to define useful new data types. A class becomes an ...
( Category:
Object-Oriented Design
March 25,2014 )
epub, mobi, pdf |eng | 2013-09-19 | Author:Stroustrup, Bjarne [Stroustrup, Bjarne]
if (cin.eof()) { // .. all is well we reached the end-of-file ... } else if (cin.fail()) { // a potentially recoverable error cin.clear(); // reset the state to good() ...
( Category:
C++ Programming Language
March 25,2014 )
epub, pdf |eng | | Author:Stephen G. Kochan
The array days is defined to contain seven entries, each a pointer to a character string. So days[0] contains a pointer to the character string "Sunday", days[1] contains a pointer ...
( Category:
Object-Oriented Design
March 25,2014 )
epub, mobi |eng | 2013-11-22 | Author:Peteris Krumins
3883737189170238912377 However, this line wouldn’t be printed because it also contains some characters: 8388338 foo bar random data 999 You can also invert the ^\d$ regular expression and use \D: ...
( Category:
Perl
March 25,2014 )
epub, mobi, pdf |eng | | Author:Mikael Olsson
Static classes A class can also be marked static if it only contains static members and constant fields. A static class cannot be inherited or instantiated into an object. Attempting ...
( Category:
C & C++ Windows Programming
March 25,2014 )
epub |eng | 2010-03-24 | Author:Stephen C. Dewhurst
Gotcha #57: Direct Argument Initialization We all know that formal arguments are initialized by actual arguments, but by what kind of initialization—direct or copy? That should be easy to test ...
( Category:
C++ Programming Language
March 25,2014 )
epub, pdf |eng | | Author:Anthony Williams
With this approach you no longer have the problem of unbounded threads that you have with a spawn_task that launches a new thread, and you’re no longer relying on the ...
( Category:
C++
March 25,2014 )
epub, mobi, pdf |eng | | Author:Stephen R. Davis
Chapter 13 Point and Stare at Objects In This Chapter Examining the object of arrays of objects Getting a few pointers on object pointers Strong typing — getting picky about ...
( Category:
Object-Oriented Design
March 25,2014 )
epub |eng | | Author:C Programming for Arduino
You can find a useful guide at http://how-to.wikia.com/wiki/Guide_to_IC_packages. The more commonly used of the two ICs are definitely DIPs. They are also called through-holes. We can easily manipulate and plug ...
( Category:
Robotics & Automation
March 25,2014 )
epub, mobi |eng | 2011-12-11 | Author:Michael Margolis [Michael Margolis]
Note You won’t see anything when the codes are sent because the light from the infrared LED isn’t visible to the naked eye. However, you can verify that an infrared ...
( Category:
Digital Design
March 25,2014 )
Categories
Ada | Ajax |
Assembly Language Programming | Borland Delphi |
C & C++ | C# |
CSS | Compiler Design |
Compilers | DHTML |
Debugging | Delphi |
Fortran | Java |
Lisp | Perl |
Prolog | Python |
RPG | Ruby |
Swift | Visual Basic |
XHTML | XML |
XSL |
Popular ebooks
Deep Learning with Python by François Chollet(12556)Hello! Python by Anthony Briggs(9904)
OCA Java SE 8 Programmer I Certification Guide by Mala Gupta(9786)
The Mikado Method by Ola Ellnestam Daniel Brolund(9769)
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(8282)
Sass and Compass in Action by Wynn Netherland Nathan Weizenbaum Chris Eppstein Brandon Mathis(7772)
Test-Driven iOS Development with Swift 4 by Dominik Hauser(7756)
Grails in Action by Glen Smith Peter Ledbrook(7686)
The Well-Grounded Java Developer by Benjamin J. Evans Martijn Verburg(7550)
Windows APT Warfare by Sheng-Hao Ma(6776)
Layered Design for Ruby on Rails Applications by Vladimir Dementyev(6502)
Secrets of the JavaScript Ninja by John Resig Bear Bibeault(6400)
Blueprints Visual Scripting for Unreal Engine 5 - Third Edition by Marcos Romero & Brenden Sewell(6369)
Kotlin in Action by Dmitry Jemerov(5049)
Hands-On Full-Stack Web Development with GraphQL and React by Sebastian Grebe(4313)
Functional Programming in JavaScript by Mantyla Dan(4037)
Solidity Programming Essentials by Ritesh Modi(3974)
WordPress Plugin Development Cookbook by Yannick Lefebvre(3757)
Unity 3D Game Development by Anthony Davis & Travis Baptiste & Russell Craig & Ryan Stunkel(3701)
The Ultimate iOS Interview Playbook by Avi Tsadok(3675)
